     PowerStrip ( 1995-2009 EnTech, Taiwan) API wrapper for WSH and .NET
===============================================================================

Requires .NET 2.0 or above.

This simple wrapper provides a simple way to talk to PowerStrip from .NET code
or from the Windows Scripting Host (VBScript, JScript etc).

To use the wrapper in .NET either add EnTech.PowerStrip.dll as a reference to
your project or copy the PowerStrip.cs file in directly.

To use the wrapper from WSH (VBScript, JavaScript etc) you will first need to
register the DLL. First, extract the zip file somewhere sensible (eg Program
Files). If .NET is installed in the usual place you can now run the Install.cmd
file to simply install it (make sure you run it as an Administrator).
Once installed, double-clicking Test.js should display a dialog with the build
number and resolution/refresh rate of the first monitor.

See EnTech.PowerStrip.chm for a basic API reference, and the following URL for
a full description:

PowerStrip API: http://forums.entechtaiwan.com/index.php?topic=6.0


_______________________________________________________________________________

Ben Ryves 2009 ( http://www.benryves.com/ benryves@benryves.com )